Entry—Fix inverted movements by arrow keys in RTL
authorDaniel Boles <dboles@src.gnome.org>
Sat, 18 Feb 2017 22:50:00 +0000 (22:50 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 19 Feb 2017 12:39:05 +0000 (12:39 +0000)
commit4bea7b0ae841821f13b7a3f2297b0d41342377e2
tree38d98bd523fb8820f7906646a37d874b6b6f4dee
parent3e28b1fc6435ba811dcf60a835084b470b12b2b4
Entry—Fix inverted movements by arrow keys in RTL

Using Ctrl + left/right to skip between words, or left/right to cancel a
selection, were causing movement on the screen in the opposite direction
of the glyph on the key. This was surprising and awful UX for RTL users.

This is based on a patch covering the former case by:
Author:    Ori Avtalion <ori@avtalion.name>
Date:      Tue Apr 20 08:06:23 2010 +0000

https://bugzilla.gnome.org/show_bug.cgi?id=136059
gtk/gtkentry.c